home *** CD-ROM | disk | FTP | other *** search
- #define IDS_APPNAME 1
- #define IDS_DESCRIPTION 2
- #define IDS_FILTERSTRING 3
- #define IDS_CHILDNAME 4
- #define IDS_RULERNAME 5
- #define IDD_VERFIRST 100
- #define IDC_FILENAME 100
- #define IDI_APPICON 101
- #define IDI_CHILDICON 102
- #define IDD_VERLAST 104
- #define IDD_PRINTPREVIEW 105
- #define IDS_FILEMENU 1000
- #define IDM_FILENEW 1001
- #define IDM_FILEOPEN 1002
- #define IDM_FILESAVE 1003
- #define IDM_FILESAVEAS 1004
- #define IDM_FILECLOSE 1005
- #define IDM_FILEPRINT 1006
- #define IDM_FILEPRINTSU 1007
- #define IDM_FILEPRINTPREV 1008
- #define IDM_EXIT 1009
- #define IDS_EDITMENU 1100
- #define IDM_EDITUNDO 1101
- #define IDM_EDITCUT 1102
- #define IDM_EDITCOPY 1103
- #define IDM_EDITPASTE 1104
- #define IDM_EDITCLEAR 1105
- #define IDM_EDITBOLD 1106
- #define IDM_EDITITALIC 1107
- #define IDM_EDITUNDERLINE 1108
- #define IDM_EDITINCREASEFONT 1109
- #define IDM_EDITDECREASEFONT 1110
- #define IDM_EDITFONTDIALOG 1111
- #define IDS_SEARCHMENU 1200
- #define IDM_FIND 1201
- #define IDM_FINDNEXT 1202
- #define IDM_FINDPREV 1203
- #define IDM_REPLACE 1204
- #define IDS_WINDOWMENU 1300
- #define IDM_WINDOWTILE 1301
- #define IDM_WINDOWCASCADE 1302
- #define IDM_WINDOWCLOSEALL 1303
- #define IDM_WINDOWICONS 1304
- #define IDM_WINDOWCHILD 1310
- #define IDS_HELPMENU 1400
- #define IDM_ABOUT 1401
- #define IDC_PREVIEW_PREV 2000
- #define IDC_PREVIEW_NEXT 2001
- #define IDC_PREVIEW_NUMPAGE 2002
- #define IDC_PREVIEW_ZOOMIN 2003
- #define IDC_PREVIEW_ZOOMOUT 2004
- #define IDC_SEPARATOR 2005
- #define IDC_PREVIEW 2006
-
-